projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74dc04e
)
(make_lispy_event): Make case GPM_CLICK_EVENT
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 20 May 2007 03:51:31 +0000
(
03:51
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sun, 20 May 2007 03:51:31 +0000
(
03:51
+0000)
conditional on [HAVE_GPM_H].
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 2aa3b083cc0020a8769aa730e16ea535e6038ff3..e56a6904c9138a79db26acb331bb7458154cb92d 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-6008,6
+6008,7
@@
make_lispy_event (event)
}
#endif
+#ifdef HAVE_GPM_H
case GPM_CLICK_EVENT:
{
FRAME_PTR f = XFRAME (event->frame_or_window);
@@
-6065,6
+6066,7
@@
make_lispy_event (event)
Fcons (position,
Qnil));
}
+#endif /* HAVE_GPM_H */
/* The 'kind' field of the event is something we don't recognize. */
default: